home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Apr 90 / MacApp.Tech$ 4⁄20⁄90 / 1138-Stopping save from q-Apr90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  926 b   |  26 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  A33          to A34
  2.  
  3. Item forwarded  by  MACAPP.ADMIN to NORVELL.J
  4.  
  5. Item    3593916                         18-April-90        21:34PDT
  6.  
  7. From:   DAWSON.M                        Dawson, Mark
  8.  
  9. To:     MACAPP.TECH$                    MacApp Technical
  10.  
  11. Sub:    Stopping save from quitting
  12.  
  13. I wish to save a log while running some tests;  if this is not possible
  14. (because the disk is full, etc), I wish to just log to the screen.  I'm having
  15. trouble figuring out what/how to do this.  If I just call
  16. TDocument.DoSave(0,FALSE,FALSE) it will say, "disk is full (OK)", and QUIT the
  17. program (which I don't want).  I tried a CatchFailures(); DoSave(); Success();
  18. (where the failure routine did nothing).  I still got the "disk is full…"
  19. error.  Do I need to override DoSave?  Or is it that I may be not setting up
  20. the Catchfailures() failure routine correctly?
  21.  
  22. Any suggestions would be appreciated.
  23.  
  24. Mark
  25.  
  26.